Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add _cat/aliases #4414

Closed
drewr opened this issue Dec 11, 2013 · 1 comment
Closed

Add _cat/aliases #4414

drewr opened this issue Dec 11, 2013 · 1 comment

Comments

@drewr
Copy link
Contributor

drewr commented Dec 11, 2013

Would be nice to get info about aliases. Maybe this can go in _cat/indices.

@ghost ghost assigned drewr Dec 12, 2013
spinscale added a commit to spinscale/elasticsearch that referenced this issue Dec 14, 2013
This endpoint allows to check aliases, their indices, if a filter is
configured along with routing values for searching and indexing.

Closes elastic#4414
@spinscale
Copy link
Contributor

Didnt reload my browser and missed you assigned yourself to it... did a quick impl, which works like this

curl "localhost:9200/_cat/alias?v"
alias                     index filter index_routing search_routing
test-alias-filter         test1 *      -             -
test-alias-search-routing test1 -      -             foo,bar
test                      test1 -      -             -
test-alias-routing        test1 -      foo           foo
test-alias-index-routing  test1 -      foo           -
test-two-indices          test1 -      -             -
test-two-indices          test2 -      -             -

can push if you want

brusic pushed a commit to brusic/elasticsearch that referenced this issue Jan 19, 2014
This endpoint allows to check aliases, their indices, if a filter is
configured along with routing values for searching and indexing.

Closes elastic#4414
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants